home *** CD-ROM | disk | FTP | other *** search
- /* dumb routine to get rid of header */
- open('console','con:0/0/640/70/un-realaudio/cds')
- parse arg form
- open('gsd', form ,'R')
- uri = readch('gsd',255)
- parse var uri +8 form
- call writeln 'console',form
- f=right(form,(length(form)-lastpos('/',form)))
- g=left(f,(lastpos('.',f)-1))
- address command "run >nil: untoast -a -c <fifo:inc"||g||"/r >aud:0x8000"
- delay 1
- address command "run >nil: <nil: web "||form||" fifo:inc"||g||"/wmKe"
- call writeln 'console','Press <return> to break audio'
- call readln 'console'
- address command "tbreak untoast quiet"
- address command "tbreak web quiet"
-